projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2aab89
)
(defface): Add documentation for `min-colors'.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 27 Feb 2004 17:00:58 +0000
(17:00 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 27 Feb 2004 17:00:58 +0000
(17:00 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index ea0567d3109e329631dc2907fd270aeac0334b66..c6b195120beb2aab4b587bca1c1ae4ecbe6c351d 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-306,6
+306,10
@@
following REQ are defined:
`background' (what color is used for the background text)
Should be one of `light' or `dark'.
+`min-colors' (the minimum number of colors the frame should support)
+ Should be an integer, it is compared with the result of
+ `display-color-cells'.
+
Read the section about customization in the Emacs Lisp manual for more
information."
;; It is better not to use backquote in this file,